Platform Explorer / Nuxeo Platform 6.0

Operation CreateProxyLive (Create Proxy Live)

Description

This operation will create a proxy that points the given document as input. This is like a symbolic link for File System. The proxy will be created into the destination specified as parameter.

The document returned is the proxy live.

Remark: you will have a strange behavior if the input is a folderish.

Operation id CreateProxyLive
Category Document
Label Create Proxy Live
Requires
Since

Parameters

Name Description Type Required Default value
Destination Path string yes  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.CreateProxyLive
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "CreateProxyLive",
  "label" : "Create Proxy Live",
  "category" : "Document",
  "requires" : null,
  "description" : "This operation will create a proxy that points the given document as input. This is like a symbolic link for File System. The proxy will be created into the destination specified as parameter. <p>The document returned is the proxy live.<p> Remark: <b>you will have a strange behavior if the input is a folderish.</b>",
  "url" : "CreateProxyLive",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "Destination Path",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}